This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Martha Bubjumibergettu 20.Jan.04 10:06 PM a Web browser Domino Designer6.0.2 CF2Windows XP
I have a view with 2 columns.
Is there anyway I could perform a dblookup (using a key to match the first column) and then, perform a dbcolumn to get a list of the second column values (when the first column match with the key)?
For example, if below is my view:
Chicago 001
Chicago 002
Chicago 003
New York 004
New York 005
if my key is "Chicago", I want the dbcolumn to return 001, 002 and 003.
Is it possible at all? I'm trying to avoid creating too many views.